:: t -> t1 -> t package:ghc-lib-parser

const x is a unary function which evaluates to x for all inputs.
>>> const 42 "hello"
42
>>> map (const 42) [0..3]
[42,42,42,42]
raise a number to a non-negative integral power